3.13.35 \(\int x^m \sqrt {d+e x^2} (a+b \text {ArcTan}(c x)) \, dx\) [1235]

Optimal. Leaf size=76 \[ \frac {a x^{1+m} \left (d+e x^2\right )^{3/2} \, _2F_1\left (1,\frac {4+m}{2};\frac {3+m}{2};-\frac {e x^2}{d}\right )}{d (1+m)}+b \text {Int}\left (x^m \sqrt {d+e x^2} \text {ArcTan}(c x),x\right ) \]

[Out]

a*x^(1+m)*(e*x^2+d)^(3/2)*hypergeom([1, 2+1/2*m],[3/2+1/2*m],-e*x^2/d)/d/(1+m)+b*Unintegrable(x^m*arctan(c*x)*
(e*x^2+d)^(1/2),x)

________________________________________________________________________________________

Rubi [A]
time = 0.10, antiderivative size = 0, normalized size of antiderivative = 0.00, number of steps used = 0, number of rules used = 0, integrand size = 0, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.000, Rules used = {} \begin {gather*} \int x^m \sqrt {d+e x^2} (a+b \text {ArcTan}(c x)) \, dx \end {gather*}

Verification is not applicable to the result.

[In]

Int[x^m*Sqrt[d + e*x^2]*(a + b*ArcTan[c*x]),x]

[Out]

(a*x^(1 + m)*Sqrt[d + e*x^2]*Hypergeometric2F1[-1/2, (1 + m)/2, (3 + m)/2, -((e*x^2)/d)])/((1 + m)*Sqrt[1 + (e
*x^2)/d]) + b*Defer[Int][x^m*Sqrt[d + e*x^2]*ArcTan[c*x], x]

Rubi steps

\begin {align*} \int x^m \sqrt {d+e x^2} \left (a+b \tan ^{-1}(c x)\right ) \, dx &=a \int x^m \sqrt {d+e x^2} \, dx+b \int x^m \sqrt {d+e x^2} \tan ^{-1}(c x) \, dx\\ &=b \int x^m \sqrt {d+e x^2} \tan ^{-1}(c x) \, dx+\frac {\left (a \sqrt {d+e x^2}\right ) \int x^m \sqrt {1+\frac {e x^2}{d}} \, dx}{\sqrt {1+\frac {e x^2}{d}}}\\ &=\frac {a x^{1+m} \sqrt {d+e x^2} \, _2F_1\left (-\frac {1}{2},\frac {1+m}{2};\frac {3+m}{2};-\frac {e x^2}{d}\right )}{(1+m) \sqrt {1+\frac {e x^2}{d}}}+b \int x^m \sqrt {d+e x^2} \tan ^{-1}(c x) \, dx\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.07, size = 0, normalized size = 0.00 \begin {gather*} \int x^m \sqrt {d+e x^2} (a+b \text {ArcTan}(c x)) \, dx \end {gather*}

Verification is not applicable to the result.

[In]

Integrate[x^m*Sqrt[d + e*x^2]*(a + b*ArcTan[c*x]),x]

[Out]

Integrate[x^m*Sqrt[d + e*x^2]*(a + b*ArcTan[c*x]), x]

________________________________________________________________________________________

Maple [A]
time = 0.46, size = 0, normalized size = 0.00 \[\int x^{m} \sqrt {e \,x^{2}+d}\, \left (a +b \arctan \left (c x \right )\right )\, dx\]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x^m*(e*x^2+d)^(1/2)*(a+b*arctan(c*x)),x)

[Out]

int(x^m*(e*x^2+d)^(1/2)*(a+b*arctan(c*x)),x)

________________________________________________________________________________________

Maxima [A]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Failed to integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^m*(e*x^2+d)^(1/2)*(a+b*arctan(c*x)),x, algorithm="maxima")

[Out]

integrate(sqrt(x^2*e + d)*(b*arctan(c*x) + a)*x^m, x)

________________________________________________________________________________________

Fricas [A]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^m*(e*x^2+d)^(1/2)*(a+b*arctan(c*x)),x, algorithm="fricas")

[Out]

integral(sqrt(x^2*e + d)*(b*arctan(c*x) + a)*x^m, x)

________________________________________________________________________________________

Sympy [A]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \int x^{m} \left (a + b \operatorname {atan}{\left (c x \right )}\right ) \sqrt {d + e x^{2}}\, dx \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x**m*(e*x**2+d)**(1/2)*(a+b*atan(c*x)),x)

[Out]

Integral(x**m*(a + b*atan(c*x))*sqrt(d + e*x**2), x)

________________________________________________________________________________________

Giac [A]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^m*(e*x^2+d)^(1/2)*(a+b*arctan(c*x)),x, algorithm="giac")

[Out]

integrate(sqrt(e*x^2 + d)*(b*arctan(c*x) + a)*x^m, x)

________________________________________________________________________________________

Mupad [A]
time = 0.00, size = -1, normalized size = -0.01 \begin {gather*} \int x^m\,\left (a+b\,\mathrm {atan}\left (c\,x\right )\right )\,\sqrt {e\,x^2+d} \,d x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x^m*(a + b*atan(c*x))*(d + e*x^2)^(1/2),x)

[Out]

int(x^m*(a + b*atan(c*x))*(d + e*x^2)^(1/2), x)

________________________________________________________________________________________